home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TDELETEPLUGIN / TDELETEPLUGIN.txt
Text File  |  2001-10-11  |  1KB  |  63 lines

  1. object DeletePlugin: TDeletePlugin
  2.   Left = 253
  3.   Top = 176
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Delete Plugin'
  6.   ClientHeight = 296
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ButtonPanel: TPanel
  22.     Left = 0
  23.     Top = 255
  24.     Width = 280
  25.     Height = 41
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object btnClose: THiLiteSpeedButton
  29.       Left = 192
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'Close'
  34.       OnClick = btnCloseClick
  35.     end
  36.     object btnRemove: THiLiteSpeedButton
  37.       Left = 11
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Remove'
  42.       Enabled = False
  43.       OnClick = btnRemoveClick
  44.     end
  45.   end
  46.   object PluginTree: TTreeNT
  47.     Left = 0
  48.     Top = 0
  49.     Width = 280
  50.     Height = 255
  51.     Align = alClient
  52.     ColorSelected = clAppWorkSpace
  53.     Indent = 19
  54.     InsertMarkColor = -16777216
  55.     ItemHeight = 16
  56.     Options = [toAutoExpand, toEvenHeight, toHotTrack, toReadOnly, toRightClickSelect, toShowRoot]
  57.     ParentColor = False
  58.     ScrollTime = 0
  59.     TabOrder = 1
  60.     OnClick = PluginTreeClick
  61.   end
  62. end
  63.